home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / sixpck10.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-02-27  |  1KB  |  37 lines

  1.  
  2. @echo off
  3. cls
  4. if %1x==x goto help
  5. echo This will copy all Sorcerer Sixpack files to %1:\SIXPACK
  6. echo Press Ctrl-Break to abort or any other key to continue
  7. pause >nul
  8. echo Installing Sorcerer Sixpack files in %1:\SIXPACK
  9. echo off
  10. md %1:\SIXPACK
  11. copy *.* %1:\SIXPACK
  12. echo Installation complete!
  13. echo (any key) to continue
  14. pause >nul
  15. cls
  16. echo  
  17. echo To print out the manual:
  18. echo  
  19. echo    1. Adjust paper to top of page
  20. echo    2. Turn printer on
  21. echo    3. Set printer "on line"
  22. echo    4. Type the following at the prompt:
  23. echo  
  24. echo       EZPRINT SIXPACK.DOC (Enter)
  25. %1:
  26. cd\sixpack
  27. goto END
  28. :help
  29. echo Sorcerer Sixpack installation
  30. echo ******************************************************************
  31. echo Usage: Install [destination] (Enter)
  32. echo        where [destination] is drive where you want files installed
  33. echo ******************************************************************
  34. echo Example: Install C (Enter)
  35. echo          will install files on drive C in directory \SIXPACK
  36. :END
  37.